CoinGecko Category Snapshot — Per-Coin Market Data
Pricing
$0.10 / 1,000 coingecko coin snapshot rows
CoinGecko Category Snapshot — Per-Coin Market Data
For each CoinGecko category ID (`layer-1`, `defi`, `meme-token`, `solana-ecosystem`, etc.), pull the full market list. One row per coin with price, market cap, 24h volume, % change, circulating/total/max supply, ATH/ATL. Uses the free public CoinGecko API.
CoinGecko Category Snapshot
For each CoinGecko category ID, pull the full coin list with prices, market caps, 24h volume + change, supply, and ATH/ATL. One row per coin. Free public API, no auth.
What you get
{"category": "layer-1","vsCurrency": "usd","snapshotAt": "2026-06-02T10:45:11+00:00","id": "bitcoin","symbol": "btc","name": "Bitcoin","image": "https://coin-images.coingecko.com/coins/images/1/large/bitcoin.png","currentPrice": 69552,"marketCap": 1393658679511,"marketCapRank": 1,"fdv": 1393658679511,"totalVolume": 55519986061,"high24h": 72665,"low24h": 69294,"priceChange24h": -3109.91,"priceChangePct24h": -4.28,"marketCapChange24h": -62206924319,"circulatingSupply": 20037803,"totalSupply": 20037803,"maxSupply": 21000000,"ath": 108342,"athChangePct": -35.81,"athDate": "2025-12-17T20:34:31.000Z","atl": 67.81,"atlChangePct": 102484.21,"atlDate": "2013-07-06T00:00:00.000Z","lastUpdated": "2026-06-02T10:45:00.000Z"}
How to use
Input. A list of category IDs.
{"categories": ["layer-1", "meme-token", "defi"],"vsCurrency": "usd","maxCoinsPerCategory": 250,"include24hChange": true}
Get the full category list (~800 entries) from
https://api.coingecko.com/api/v3/coins/categories/list. Common ones:
| Category ID | What |
|---|---|
layer-1 | Base-layer blockchains (BTC, ETH, SOL, …) |
defi | DeFi tokens |
meme-token | Meme/community coins |
ethereum-ecosystem | ERC-20 tokens |
solana-ecosystem | SPL tokens |
gaming | GameFi |
real-world-assets-rwa | RWA narrative |
liquid-staking-tokens | LSTs |
Pricing
PAY_PER_EVENT · $0.0001 per coin_snapshot · 10 000 coins = $1.
Buyer
- Crypto traders running daily sector-rotation reports.
- Researchers building category-bound dashboards.
- Anyone who currently copy-pastes from coingecko.com into a sheet.
Source
https://api.coingecko.com/api/v3/coins/markets — CoinGecko's free
public tier. Soft cap ~10-30 calls/minute; actor paces 1s between
pages.